Papers with resource allocation

16 papers
FlagEvalMM: A Flexible Framework for Comprehensive Multimodal Model Evaluation (2025.acl-demo)

Copied to clipboard

Challenge: FlagEvalMM is an evaluation framework designed to assess multimodal models . it is designed to be used for vision-language understanding and generation tasks .
Approach: They propose an evaluation framework that decouples model inference from evaluation through an independent evaluation service.
Outcome: The evaluation framework offers accurate and efficient insights into model strengths and limitations.
Towards Federated Low-Rank Adaptation of Language Models with Rank Heterogeneity (2025.naacl-short)

Copied to clipboard

Challenge: Low-rank adaptation (LoRA) is an efficient alternative to full-weight adaptation in federated fine-tuning of language models, significantly reducing computational costs.
Approach: They propose a low-rank adaptation method that freezes original weights and trains only the update parametrized as a product of two low-ranked matrices.
Outcome: The proposed method accelerates convergence and enhances the global model’s predictive performance.
Predicting ICU Length of Stay for Patients using Latent Categorization of Health Conditions (2025.naacl-industry)

Copied to clipboard

Challenge: Traditional approaches to predicting the duration of a patient's stay in an Intensive Care Unit (ICU) rely on structured clinical data, but recent advances in language models offer significant potential to utilize unstructured text data for ICU length-of-stay (LoS) predictions.
Approach: They propose a method for analyzing nursing notes to predict ICU length-of-stay of patients.
Outcome: The proposed model outperforms baseline models on the MIMIC-III dataset and shows that it significantly outperformed existing models.
From Citations to Criticality: Predicting Legal Decision Influence in the Multilingual Swiss Jurisprudence (2025.acl-short)

Copied to clipboard

Challenge: Existing approaches to evaluating the importance of legal cases are manual and resource-intensive.
Approach: They propose a dataset that uses two-tier labels to evaluate case criticality . they use the LD-Label to identify cases published as Leading Decisions and the Citation-L Label to rank cases by their citation frequency and recency.
Outcome: The Criticality Prediction dataset outperforms existing approaches to evaluate case criticality . the proposed model outperformed the existing models in a zero-shot setting .
Who Needs Decoders? Efficient Estimation of Sequence-Level Attributes with Proxies (2024.eacl-long)

Copied to clipboard

Challenge: Autoregressive decoding is expensive for many sequence-to-sequence tasks, but for some downstream tasks, the actual decoding output is not needed, just attributes of the sequence.
Approach: They propose non-autoregressive proxy models that can efficiently predict scalar-valued sequence-level attributes from the encodings, avoiding the expensive decoding stage.
Outcome: The proposed models outperform ensembles in machine translation (MT) and automatic speech recognition (ASR) while being significantly faster.
LLäMmlein: Transparent, Compact and Competitive German-Only Language Models from Scratch (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have achieved remarkable success, yet this progress is predominantly centered on English.
Approach: They create two German-only decoder models from scratch and publish them for the (German) NLP research community to use.
Outcome: The two models performed competitively on the German SuperGLEBer benchmark, but performance improvements plateaued early during training, offering valuable insights into resource allocation for future models.
Evaluating the Diversity, Equity, and Inclusion of NLP Technology: A Case Study for Indian Languages (2023.findings-eacl)

Copied to clipboard

Challenge: In order for NLP technology to be widely applicable, fair, and useful, it needs to serve a diverse set of speakers across the world’s languages, be equitable, not unduly biased towards any particular language, and be inclusive of all users.
Approach: They propose to use Gini coefficient to assess NLP across all three dimensions to assess diversity, equity, and inclusion across all languages.
Outcome: The proposed evaluation paradigm assesses NLP technologies across all three dimensions and identifies the need for regional-specific choices in model building and dataset creation.
Conformal Event Prediction with Temporal Knowledge Graph (2026.findings-acl)

Copied to clipboard

Challenge: Current event prediction methods lack rigorous uncertainty quantification, which limits their reliability for decision-making.
Approach: They propose a conformal prediction framework that applies conformal predictions to event prediction to address this challenge.
Outcome: The proposed framework guarantees coverage while improving efficiency on three public datasets.
Firewall Routing: Blocking Leads to Better Hybrid Inference for LLMs (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models have significantly enhanced performance across various NLP tasks . high computational costs and latency associated with deploying such models pose bottlenecks .
Approach: They propose a dynamic hybrid inference framework that efficiently selects between a strong and a weak LLM based on the complexity of the query.
Outcome: The proposed method outperforms existing routing strategies by up to 5.29% in APGR . large models often introduce higher latency, making them less suitable for real-time or resource-constrained applications.
XAutoLM: Efficient Fine-Tuning of Language Models via Meta-Learning and AutoML (2025.emnlp-main)

Copied to clipboard

Challenge: XAutoLM is a meta-learning-augmented framework that can be used to optimize discriminative and generative LM fine-tuning pipelines.
Approach: They propose a meta-learning-augmented AutoML framework that reuses past experiences to optimize discriminative and generative LM fine-tuning pipelines efficiently.
Outcome: XAutoLM surpasses zero-shot optimizer’s peak F1 on five of six tasks, reduces mean evaluation time of pipelines by up to 4.5x, and uncovers 50% more pipelines above zero- shot Pareto front.
How to Allocate, How to Learn? Dynamic Rollout Allocation and Advantage Modulation for Policy Optimization (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for reinforcement learning with verifiable rewards are limited by the complexity of the problem and the complexity.
Approach: They propose a theoretically-grounded dual-pronged optimization framework for reinforcement learning with verifiable rewards that compensates for gradient attenuation of high-confidence correct actions while utilizing entropy changes as computable indicators to stabilize excessive update magnitudes.
Outcome: The proposed framework compensates for gradient attenuation of high-confidence correct actions while utilizing entropy changes as computable indicators to stabilize excessive update magnitudes.
Balancing Fidelity and Plasticity: Aligning Mixed-Precision Fine-Tuning with Linguistic Hierarchies (2026.findings-acl)

Copied to clipboard

Challenge: Existing quantization-aware fine-tuning methods decouple weight precision and adapter capacity, overlooking that a layer’s ability to adapt is constrained by the information preserved in its frozen weights.
Approach: They propose a framework that jointly optimizes per-layer quantization bit-width and LoRA rank.
Outcome: Experiments on LLaMA and Qwen models show that the proposed framework matches or approaches 16-bit baselines while using substantially less memory.
GlobalBench: A Benchmark for Global Progress in Natural Language Processing (2023.emnlp-main)

Copied to clipboard

Challenge: despite advances in NLP, significant disparities in performance across languages still exist . prior benchmarks focused on a limited number of tasks and languages, but now GlobalBench tracks progress on all languages.
Approach: They propose to use global benchmarks to track progress on all NLP datasets in all languages.
Outcome: a new tool tracks progress on all NLP datasets in all languages and tracks per-speaker utility and equity . globalbench is designed to identify the most under-served languages and reward research efforts . a globalbech is available at https://github.com/neulab/globalbench.
SPARK: Strategic Policy-Aware Exploration via Dynamic Branching for Long-Horizon Agentic Learning (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for training large language models waste computation budget on trivial steps while failing to guarantee sample quality.
Approach: They propose a framework that selectively branches at critical decision states for resource-efficient exploration.
Outcome: The proposed framework activates adaptive branching exploration at critical decision states to probe promising trajectories, thereby achieving precise resource allocation that prioritizes sampling quality over blind coverage.
DRAE: Dynamic Retrieval-Augmented Expert Networks for Lifelong Learning and Task Adaptation in Robotics (2025.acl-long)

Copied to clipboard

Challenge: Experimental results show that Dynamic Retrieval-Augmented Expert Networks outperforms baseline approaches in long-term task retention and knowledge reuse.
Approach: They propose a dynamic routing architecture that leverages MoE and Retrieval-Augmented Generation to augment the learning process.
Outcome: The proposed architecture outperforms baseline approaches in long-term task retention and knowledge reuse.
TLoRA: Task-aware Low Rank Adaptation of Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing low-rank Adaptation (LoRA) methods address only one factor, often at the cost of increased training complexity or reduced practical efficiency.
Approach: They propose a low-rank Adaptation framework that optimizes initialization and resource allocation at the outset of training.
Outcome: The proposed framework performs excellently across various tasks while reducing the number of trainable parameters.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations